Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1NumericBox<TNumeric> Class / ValueChanged Property

In This Topic
    ValueChanged Property (C1NumericBox<TNumeric>)
    In This Topic
    Gets or sets the callback called when the Value property has changed.
    Syntax
    'Declaration
     
    
    Public Property ValueChanged As EventCallback(Of TNumeric)
    public EventCallback<TNumeric> ValueChanged {get; set;}
    See Also